git pull https://itsxolva@bitbucket.org/xolva/eurekaselect.git

git clone --branch master https://itsxolva@bitbucket.org/xolva/eurekaselect.git

git clone https://itsxolva@bitbucket.org/xolva/eurekaselect.git
echo "Earth's Moon" >> locations.txt
git add locations.txt
git status
git commit -m 'Initial commit'
git push origin master
git pull origin master
git pull --all
git fetch && git checkout

git branch future-plans

git checkout master
git merge future-plans

delete the branch
----------------------------
git branch -d future-plans

rm -rf .git

git stash

git clean  -d  -f .


git init
git remote add origin https://itsxolva@bitbucket.org/xolva/eurekaselect.git
git remote add origin https://itsxolva@bitbucket.org/itsxolva/alphaeurekaselect.git
git fetch && git checkout

git add .         OR   git add --all

php artisan --version
php artisan cache:clear
php artisan route:clear
php artisan config:clear
php artisan view:clear
php artisan session:flush


php artisan down
php artisan down --message="Upgrading Database" --retry=60
php artisan down --allow=103.236.135.34 --allow=192.168.0.0/16

php artisan up

git pull origin master

git reset --hard
------------------------------------------------------------------
Laravel DUSK
https://www.youtube.com/watch?v=wsqpfMnUGR0

php artisan dusk

------------------------------------------------------------------

https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud

https://confluence.atlassian.com/bitbucket/branching-a-repository-223217999.html

https://www.atlassian.com/git/tutorials/learn-branching-with-bitbucket-cloud



copy files


From IP [52.215.14.9] Path											To IP [13.59.146.31] Path
/home/eurekaselect/files												/home/eurekaselect/files
/home/eurekaselect/public_html/images								/home/eurekaselect/public_html/public/images
/home/eurekaselect/public_html/sites/default/files/images/bentham	/home/eurekaselect/public_html/public/images/bentham
